ValueFormatter

fun fun interface ValueFormatter<in T, out R>

An interface for formatting from one value to another.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
format
Link copied to clipboard
abstract fun format(update: T): R
Formats the input to the output.
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String